home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / OS / FWODUtil / Include / FWODUtil.h < prev    next >
Encoding:
Text File  |  1995-11-08  |  799 b   |  50 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWODUtil.h
  4. //    Release Version:    $ 1.0d11 $
  5. //
  6. //    Copyright:    © 1993, 1995 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWACQUIR_H
  11. #include "FWAcquir.h"
  12. #endif
  13.  
  14. #ifndef FWBARRAY
  15. #include "FWBArray.h"
  16. #endif
  17.  
  18. #ifndef FWODEXCE_H
  19. #include "FWODExce.h"
  20. #endif
  21.  
  22. #ifndef FWODGEOM_H
  23. #include "FWODGeom.h"
  24. #endif
  25.  
  26. #ifndef FWPOINT_H
  27. #include "FWPoint.h"
  28. #endif
  29.  
  30. #ifndef FWRECT_H
  31. #include "FWRect.h"
  32. #endif
  33.  
  34. #ifndef FWFXMATH_H
  35. #include "FWFxMath.h"
  36. #endif
  37.  
  38. #ifndef FWSUSINK_H
  39. #include "FWSUSink.h"
  40. #endif
  41.  
  42. #ifndef FWSUBUFF_H
  43. #include "FWSUBuff.h"
  44. #endif
  45.  
  46. #ifndef FWITEXT_H
  47. #include "FWIText.h"
  48. #endif
  49.  
  50.